Undocumented functions of NTDLL

2OOO, 19 October


NtCreateKey
NtCreateKey

NTSYSAPI 
NTSTATUS
NTAPI

NtCreateKey(
OUT PHANDLE pKeyHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes, IN ULONG TitleIndex, IN PUNICODE_STRING Class OPTIONAL, IN ULONG CreateOptions, OUT PULONG Disposition OPTIONAL );


See ZwCreateKey in NT DDK or 2000 DDK for detailed description.





Requirements:
Library: ntdll.lib




See also:
NtOpenKey
NtDeleteKey